home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_12_•Build Menu.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  100 b   |  8 lines

  1. on mouseDown
  2.   doButton()
  3.   if the result = 1 then
  4.     KillButtons()
  5.     go("02 Menu")
  6.   end if
  7. end
  8.